aboutsummaryrefslogtreecommitdiffstats
path: root/pages/quest/[id].vue
diff options
context:
space:
mode:
Diffstat (limited to 'pages/quest/[id].vue')
-rw-r--r--pages/quest/[id].vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/quest/[id].vue b/pages/quest/[id].vue
index a3a393d..6695f69 100644
--- a/pages/quest/[id].vue
+++ b/pages/quest/[id].vue
@@ -140,7 +140,7 @@ const duplicateQuest = (oldId: string, newId: string) => {
display: flex;
gap: 1rem;
padding: 1rem;
- overflow: scroll;
+ overflow: auto;
max-height: calc(100% - 55px);
}